func runtime.typedslicecopy

2 uses

	runtime (current package)
		mbarrier.go#L239: func typedslicecopy(typ *_type, dstPtr unsafe.Pointer, dstLen int, srcPtr unsafe.Pointer, srcLen int) int {
		mbarrier.go#L295: 	return typedslicecopy(elemType, dst.array, dst.len, src.array, src.len)